testing.chattyFlag.prefix (method)

10 uses

	testing (current package)
		example.go#L84: 		fmt.Printf("%s--- FAIL: %s (%s)\n%s", chatty.prefix(), eg.Name, dstr, fail)
		example.go#L87: 		fmt.Printf("%s--- PASS: %s (%s)\n", chatty.prefix(), eg.Name, dstr)
		example.go#L91: 		fmt.Printf("%s=== NAME   %s\n", chatty.prefix(), "")
		run_example.go#L23: 		fmt.Printf("%s=== RUN   %s\n", chatty.prefix(), eg.Name)
		testing.go#L559: func (f *chattyFlag) prefix() string {
		testing.go#L2154: 				fmt.Print(chatty.prefix(), "FAIL: package testing must run tests\n")
		testing.go#L2160: 			fmt.Print(chatty.prefix(), "testing: race detected outside of test execution\n")
		testing.go#L2164: 			fmt.Print(chatty.prefix(), "FAIL\n")
		testing.go#L2172: 		fmt.Print(chatty.prefix(), "FAIL\n")
		testing.go#L2183: 		fmt.Print(chatty.prefix(), "PASS\n")